net/http.transferWriter.shouldSendContentLength (method)

3 uses

	net/http (current package)
		response.go#L312: 	contentLengthAlreadySent := tw.shouldSendContentLength()
		transfer.go#L251: func (t *transferWriter) shouldSendContentLength() bool {
		transfer.go#L288: 	if t.shouldSendContentLength() {